 |
API Documentation
|
|
virtual void exportComponentsNodeEntry(nkExport::Node *rootNode) override
virtual void exportClassToTree(nkExport::Node *rootNode) override
virtual void importClassFromTree(nkExport::Node *rootNode) override
Component * getComponentAt(unsigned int index)
void setFixedSizeCol(unsigned int colIndex, unsigned int sizePix)
Represents a layout to organize sub-windows in a window.
Definition: Layout.h:12
void setFixedSizeRow(unsigned int rowIndex, unsigned int sizePix)
virtual void update() override
Base class for any graphical component.
Definition: Component.h:12
void addComponent(Component *component, int x, int y, int width, int height)
void setInternalBorderWidth(unsigned int valuePix)
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
virtual void setParentComponent(Component *parent) override
void setInternalBorderHeight(unsigned int valuePix)
Implements a layout organizing children components in a grid.
Definition: GridLayout.h:14
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7
virtual void removeComponent(Component *component) override
void setGridWidth(unsigned int value)
virtual void processComponentsNodeEntry(nkExport::Node *rootNode) override
void setGridHeight(unsigned int value)